home *** CD-ROM | disk | FTP | other *** search
/ Cigar Companion Interactive / Cigar Companion Interactive.iso / mac / Extras / Tests / Tests.DXR / 00023.ls < prev    next >
Encoding:
Text File  |  1997-06-02  |  119 b   |  7 lines

  1. on mouseDown
  2.   customButtonBehavior(the clickOn)
  3.   if rollOver(the clickOn) then
  4.     handleImportedPICT()
  5.   end if
  6. end
  7.